home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / blackjack1.swf / scripts / DefineButton2_186 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2006-01-17  |  180b  |  13 lines

  1. on(release){
  2.    if(_root.betting == false)
  3.    {
  4.       return undefined;
  5.    }
  6.    _root.CashRemove(5);
  7.    if(0 < chip5Val)
  8.    {
  9.       _root.chip5Val--;
  10.    }
  11.    play();
  12. }
  13.